home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Sample Code / Toolbox / ModalList / README < prev    next >
Encoding:
Text File  |  1994-11-18  |  1.1 KB  |  30 lines  |  [TEXT/MPS ]

  1. Macintosh
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5. #21:    ModalList
  6.  
  7. Written by:    James Beninghaus
  8.  
  9. Versions:            1.00                        February 1990
  10.                     1.01                        June 1992
  11.  
  12. Components:            ModalList.c                 February 1, 1990
  13.                     ModalListInit.c                June 12, 1992
  14.                     ModalList.h                    February 1, 1990
  15.                     ModalList.r                 February 1, 1990
  16.                     ModalList.make                February 1, 1990
  17.                     TCModalList.π                June 12, 1992
  18.                     TCModalList.π.rsrc            June 12, 1992
  19. _____________________________________________________________________________
  20.  
  21. ModalList is an example using a list in a dialog window. The default
  22. LDEF is used to display a two-dimensional list of strings. You can scroll the
  23. list, search for and change cell contents, and change the list’s selection
  24. flags.
  25.  
  26. Please review Sample or TESample for the general application structure and
  27. MultiFinder techniques you should use when writing a new application. This
  28. sample is meant to demonstrate the use of the List Manager and Dialog
  29. Manager routines.
  30.